- Least Significant Bit; Least Significant Byte
- Abbreviation: LSB
Универсальный русско-английский словарь. Академик.ру. 2011.
Универсальный русско-английский словарь. Академик.ру. 2011.
Bit menos significativo — En computación, el bit menos significativo (LSB o Least Significant Bit, en sus siglas en inglés) es la posición de bit en un número binario que tiene el menor valor (el situado más a la derecha). En ocasiones, se hace referencia al LSB como el… … Wikipedia Español
Least Significant Bit — Bit de poids faible Le bit de poids faible (en anglais Least Significant Bit, ou LSB) est pour un nombre binaire le bit ayant dans une représentation donnée la moindre valeur (celui de droite dans la représentation positionnelle habituelle).… … Wikipédia en Français
Byte menos significativo — mantiene un significado paralelo al de bit menos significativo , pero ahora relacionado con el byte situado en la posición de menor valor potencial de un conjunto dado de bytes. Se denota normalmente con las siglas LSB (de Least Significant Byte… … Wikipedia Español
Least significant bit — In computing, the least significant bit (lsb) is the bit position in a binary integer giving the units value, that is, determining whether the number is even or odd. The lsb is sometimes referred to as the right most bit, due to the convention in … Wikipedia
Least Significant Bit — Die Bitwertigkeit bezeichnet den Stellenwert eines einzelnen Bits, den es durch seine Position innerhalb einer Binärzahl (meist Dualzahl) hat. Inhaltsverzeichnis 1 MSB 2 LSB 3 Byte Reihenfolge 4 Zahlenformat und Vorzeichenbit … Deutsch Wikipedia
Bit — This article is about the unit of information. For other uses, see Bit (disambiguation). Fundamental units of information bit (binary) nat (base e) ban (decimal) qubit (quantum) This box … Wikipedia
Bit de poids faible — Le bit de poids faible (en anglais Least Significant Bit, ou LSB) est pour un nombre binaire le bit ayant dans une représentation donnée la moindre valeur (celui de droite dans la représentation positionnelle habituelle). Exemple, pour un simple… … Wikipédia en Français
Bit manipulation — is the act of algorithmically manipulating bits or other pieces of data shorter than a byte. Programming tasks that require bit manipulation include low level device control, error detection and correction algorithms, encryption algorithms, and… … Wikipedia
Least number bits — Least Number of Bits (LNB) is a database storage technology, which was first published in February 2001, as a type of database management system internals abstract. It consists of a method and system for determining the absolute least number of… … Wikipedia
Bit Rate Reduction — Bit Rate Reduction, or BRR, also called Bit Rate Reduced, is a name given toan audio compression method used on the SPC700 sound coprocessor used in the SNES. The method is a form of ADPCM.BRR compresses each consecutive sequence of sixteen 16… … Wikipedia
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia